/* 科协搜索form表单样式 */
.kexie_search {
  height: initial;
  line-height: initial;
}
.kexie_search input {
  display: initial;
  box-sizing: content-box;
  border: 1px solid #a6a6a6;
  padding: 0;
  margin: 0;
  width: 248px;
  height: 26px;
  text-indent: 5px;
  outline: none;
}

.kexie_search button {
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  height: 26px;
  width: 50px;
  border-color: #a6a6a6;
  background-color: #f5f5f5;
  border-width: 1px;
  border-style: solid;
  color: #000000;
  font-family: Arial, SimSun, sans-serif;
  font-size: 14px;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
}
